home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.44
/
PC Gamer.zip
/
PCG_7.44.BIN
/
Data
/
items.pcg
/
scripts
/
DefineButton2_173
/
BUTTONCONDACTION on(press, dragOver).as
next >
Wrap
Text File
|
2004-06-18
|
191b
|
8 lines
on(press, dragOver){
if(_parent.scrollMax < _parent.num_Extras)
{
startDrag("",0,this._x,224,this._x,384);
_parent.scrollBoxControl.gotoAndPlay("startExtra");
}
}